Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added oas-tools #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added oas-tools #85

wants to merge 2 commits into from

Conversation

raffrearaUS
Copy link

NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers.

@@ -111,6 +111,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [Feathers](http://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
* [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model.
* [rest-hapi](https://github.com/JKHeadley/rest-hapi) - Generate RESTful API based on mongoose models that supports relational data.
* [oas-tools](https://github.com/isa-group/oas-tools) - NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the description. What's "managing an API"? Is it generation ? Stats? Please be more specific.

Also, I suggest that you add swagger-tools, too.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In oas-tools, 'managing' means automatic routing and spec validation. Moreover, a series of security features are also available, and a web portal for testing is created using Swagger UI.
Let me know if you need more information or if I should expand the description in the readme file.
I added swagger-tools, too. Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants